SftTree/NET 2.0

SelectOnClick Property, RowHeadersClass Class

Softel vdm, Inc.

Defines whether clicking on a row header selects the item.

Syntax      RowHeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property SelectOnClick As Boolean

C#   

public bool SelectOnClick { get; set; }

C++   

public: property bool SelectOnClick {
        bool get();
        void set(bool value);
}

Property Value

True if clicking on a row header selects the item, otherwise False.

The default value is False.

Comments

The SelectOnClick property defines whether clicking on a row header selects the item.

SelectOnClick is only available if the SelectionStyle property allows item selection (SelectionStyleEnum.SingleItem, SelectionStyleEnum.MultipleItems). It has no effect if cell selection is used (SelectionStyleEnum.SingleCell, SelectionStyleEnum.MultipleCells, SelectionStyleEnum.BlockOfCells).

When the user clicks on a row header, the ItemClick and the SelectionChanged events occur.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com